/*
 * Style sheet for the HTML 4.0 specification
 */

body	{
	background-color: #80b6f3;
 	border-width: 0px;
	margin: 8px;
	margin-color: #80b6f3;
	font-family: "times new roman";
	font-size: 18px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	}
p	{
	text-align: left;
	list-style-type: square;
	}
ul li	{
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: square;
	}
a:link {color: blue} 
a:visited {color: red} 
a:hover {color: black} 
